[INFO] cloning repository https://github.com/CaddyGlow/copier
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CaddyGlow/copier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaddyGlow%2Fcopier", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaddyGlow%2Fcopier'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] df7252c4ee1498b2fdf47e3860f2651813dc18b9
[INFO] testing CaddyGlow/copier against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaddyGlow%2Fcopier" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CaddyGlow/copier
[INFO] finished tweaking git repo https://github.com/CaddyGlow/copier
[INFO] tweaked toml for git repo https://github.com/CaddyGlow/copier written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CaddyGlow/copier on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CaddyGlow/copier already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f9f203694793ec01bdb7706aa2b89a87def97ceb8a42c1de52345457fe933ff1
[INFO] running `Command { std: "docker" "start" "-a" "f9f203694793ec01bdb7706aa2b89a87def97ceb8a42c1de52345457fe933ff1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9f203694793ec01bdb7706aa2b89a87def97ceb8a42c1de52345457fe933ff1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9f203694793ec01bdb7706aa2b89a87def97ceb8a42c1de52345457fe933ff1", kill_on_drop: false }`
[INFO] [stdout] f9f203694793ec01bdb7706aa2b89a87def97ceb8a42c1de52345457fe933ff1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 535fcb7ca790510c47406392ea080f30fd8d16ca03ba5ab257518160dada20a2
[INFO] running `Command { std: "docker" "start" "-a" "535fcb7ca790510c47406392ea080f30fd8d16ca03ba5ab257518160dada20a2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling webpki-roots v1.0.3
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling console v0.16.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]    Compiling self_update v0.42.0
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling fluent-uri v0.1.4
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling clap_builder v4.5.50
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling self-replace v1.5.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling unit-prefix v0.5.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling toml_writer v1.0.4
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling indicatif v0.18.1
[INFO] [stderr]    Compiling dialoguer v0.12.0
[INFO] [stderr]    Compiling shellexpand v3.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling ignore v0.4.24
[INFO] [stderr]    Compiling rustls-webpki v0.103.7
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling clap v4.5.50
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling lsp-types v0.97.0
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling quickctx v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
[INFO] running `Command { std: "docker" "inspect" "535fcb7ca790510c47406392ea080f30fd8d16ca03ba5ab257518160dada20a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "535fcb7ca790510c47406392ea080f30fd8d16ca03ba5ab257518160dada20a2", kill_on_drop: false }`
[INFO] [stdout] 535fcb7ca790510c47406392ea080f30fd8d16ca03ba5ab257518160dada20a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1bc442362b62d7e5f4de861c6e678d21af5e5f02164f684b69eba02744254d65
[INFO] running `Command { std: "docker" "start" "-a" "1bc442362b62d7e5f4de861c6e678d21af5e5f02164f684b69eba02744254d65", kill_on_drop: false }`
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling fsio v0.1.3
[INFO] [stderr]    Compiling nias v0.5.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling envmnt v0.8.4
[INFO] [stderr]    Compiling ci_info v0.10.2
[INFO] [stderr]    Compiling rusty-hook v0.11.2
[INFO] [stderr]    Compiling quickctx v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.79s
[INFO] running `Command { std: "docker" "inspect" "1bc442362b62d7e5f4de861c6e678d21af5e5f02164f684b69eba02744254d65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bc442362b62d7e5f4de861c6e678d21af5e5f02164f684b69eba02744254d65", kill_on_drop: false }`
[INFO] [stdout] 1bc442362b62d7e5f4de861c6e678d21af5e5f02164f684b69eba02744254d65
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 78e914ad087b790bc31c51f97792b82235bba5c865f77e714b4becf862979989
[INFO] running `Command { std: "docker" "start" "-a" "78e914ad087b790bc31c51f97792b82235bba5c865f77e714b4becf862979989", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/quickctx-a11d719984345729)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test analyze::cache::tests::test_cache_key_generation ... ok
[INFO] [stdout] test analyze::extractor::tests::test_filter_functions ... ok
[INFO] [stdout] test analyze::formatter::tests::test_markdown_formatter ... ok
[INFO] [stdout] test analyze::lsp_config::tests::test_language_ids ... ok
[INFO] [stdout] test analyze::extractor::tests::test_filter_types ... ok
[INFO] [stdout] test analyze::path_types::tests::test_display ... ok
[INFO] [stdout] test analyze::path_types::tests::test_file_path_absolute ... ok
[INFO] [stdout] test analyze::path_types::tests::test_file_path_rejects_relative ... ok
[INFO] [stdout] test analyze::path_types::tests::test_relative_path_rejects_absolute ... ok
[INFO] [stdout] test analyze::formatter::tests::test_json_formatter ... ok
[INFO] [stdout] test analyze::path_types::tests::test_relative_path_relative ... ok
[INFO] [stdout] test analyze::symbol_index::tests::test_symbol_index_with_children ... ok
[INFO] [stdout] test analyze::type_extractor::tests::test_builtin_filtering ... ok
[INFO] [stdout] test analyze::formatter::tests::test_csv_escape ... ok
[INFO] [stdout] test analyze::symbol_index::tests::test_symbol_index_basic ... ok
[INFO] [stdout] test analyze::lsp_config::tests::test_rust_config ... ok
[INFO] [stdout] test analyze::uri_utils::tests::test_roundtrip ... ok
[INFO] [stdout] test analyze::uri_utils::tests::test_uri_from_file_path ... ok
[INFO] [stdout] test analyze::formatter::tests::test_csv_formatter ... ok
[INFO] [stdout] test analyze::uri_utils::tests::test_uri_to_file_path ... ok
[INFO] [stdout] test analyze::lsp_config::tests::test_typescript_config ... ok
[INFO] [stdout] test analyze::type_resolver::tests::test_resolve_unresolved_type ... ok
[INFO] [stdout] test paste::path_hint::tests::test_extract_comment_hint_rust ... ok
[INFO] [stdout] test paste::path_hint::tests::test_sanitize_relative_absolute ... ok
[INFO] [stdout] test paste::path_hint::tests::test_acquire_path_hint_heading_priority ... ok
[INFO] [stdout] test paste::path_hint::tests::test_sanitize_relative_parent_dir ... ok
[INFO] [stdout] test analyze::cache::tests::test_cache_project_type_mismatch ... ok
[INFO] [stdout] test analyze::cache::tests::test_cache_clear ... ok
[INFO] [stdout] test paste::path_hint::tests::test_sanitize_relative_valid ... ok
[INFO] [stdout] test analyze::cache::tests::test_cache_roundtrip ... ok
[INFO] [stdout] test analyze::cache::tests::test_cache_invalidation_on_size_change ... ok
[INFO] [stdout] test analyze::cache::tests::test_external_cache_roundtrip ... ok
[INFO] [stdout] test analyze::type_extractor::tests::test_extract_type_names_with_generics ... ok
[INFO] [stdout] test analyze::type_resolver::tests::test_resolve_local_type ... ok
[INFO] [stdout] test analyze::cache::tests::test_cache_multiple_files ... ok
[INFO] [stdout] test analyze::project_root::tests::test_detect_python_project ... ok
[INFO] [stdout] test analyze::cache::tests::test_cache_miss_nonexistent_file ... ok
[INFO] [stdout] test analyze::project_root::tests::test_detect_rust_project ... ok
[INFO] [stdout] test paste::path_hint::tests::test_extract_comment_hint_python ... ok
[INFO] [stdout] test paste::path_hint::tests::test_acquire_path_hint_trailing_text ... ok
[INFO] [stdout] test analyze::cache::tests::test_cache_invalidation_on_modification ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/quickctx-858352659a386fa4)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/analyze.rs (/opt/rustwide/target/debug/deps/quickctx_analyze-9d0a1f4102113931)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/aggregate_extract.rs (/opt/rustwide/target/debug/deps/aggregate_extract-014ab217140fce05)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test aggregate_single_file_to_markdown_file ... ok
[INFO] [stdout] test extract_error_absolute_path ... ok
[INFO] [stdout] test extract_heading_after_codeblock_ignored ... ok
[INFO] [stdout] test extract_mixed_format_code_blocks ... ok
[INFO] [stdout] test extract_multiple_headings_uses_last_one ... ok
[INFO] [stdout] test extract_error_empty_path ... ok
[INFO] [stdout] test aggregate_skips_binary_files ... ok
[INFO] [stdout] test aggregate_respects_gitignore_patterns ... ok
[INFO] [stdout] test extract_simple_format_multiline_trailing_text ... ok
[INFO] [stdout] test extract_supports_multiple_comment_styles ... ok
[INFO] [stdout] test heredoc_format_normalizes_paths ... ok
[INFO] [stdout] test extract_round_trip_recreates_files ... ok
[INFO] [stdout] test extract_comment_hint_takes_priority ... ok
[INFO] [stdout] test aggregate_with_exclude_patterns ... ok
[INFO] [stdout] test extract_single_line_comment_hint ... ok
[INFO] [stdout] test aggregate_without_gitignore ... ok
[INFO] [stdout] test aggregate_with_glob_patterns ... ok
[INFO] [stdout] test extract_conflict_skip_strategy ... ok
[INFO] [stdout] test extract_error_includes_file_path ... ok
[INFO] [stdout] test extract_error_parent_directory ... ok
[INFO] [stdout] test extract_conflict_overwrite_strategy ... ok
[INFO] [stdout] test extract_ignores_headings_without_backticks ... ok
[INFO] [stdout] test heredoc_format_generates_valid_bash ... ok
[INFO] [stdout] test heredoc_format_avoids_delimiter_conflicts ... ok
[INFO] [stderr]      Running tests/analyze_cache.rs (/opt/rustwide/target/debug/deps/analyze_cache-3173a1b8b7b25e99)
[INFO] [stdout] test extract_uses_headings_with_backticks ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_cache_invalidates_on_file_modification ... ok
[INFO] [stdout] test test_cache_enables_faster_subsequent_runs ... ok
[INFO] [stderr]      Running tests/config_test.rs (/opt/rustwide/target/debug/deps/config_test-78aa40667026cae8)
[INFO] [stdout] test test_clear_cache_flag ... ok
[INFO] [stdout] test test_cache_works_with_multiple_files ... ok
[INFO] [stdout] test test_no_cache_flag_bypasses_cache ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test test_aggregate_config_require_inputs_empty ... ok
[INFO] [stdout] test test_fence_preference_default ... ok
[INFO] [stdout] test test_fence_preference_display ... ok
[INFO] [stdout] test test_conflict_strategy_default ... ok
[INFO] [stdout] test test_aggregate_config_with_multiple_ignore_files ... ok
[INFO] [stdout] test test_aggregate_config_no_gitignore_flag ... ok
[INFO] [stdout] test test_aggregate_config_require_inputs_with_paths ... ok
[INFO] [stdout] test test_load_config_explicit_aggregate_mode ... ok
[INFO] [stdout] test test_load_config_with_toml_file ... ok
[INFO] [stdout] test test_load_config_invalid_toml ... ok
[INFO] [stdout] test test_load_config_extract_mode_from_stdin ... ok
[INFO] [stdout] test test_load_config_extract_mode_from_file ... ok
[INFO] [stdout] test test_output_format_display ... ok
[INFO] [stdout] test test_load_config_custom_config_path ... ok
[INFO] [stdout] test test_output_format_default ... ok
[INFO] [stdout] test test_conflict_strategy_display ... ok
[INFO] [stdout] test test_load_config_cli_overrides_file ... ok
[INFO] [stdout] test test_verbosity_cli_plus_file ... ok
[INFO] [stdout] test test_load_config_default_aggregate_mode ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-995a109514e6bf5f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test integration_mixed_content_types ... ok
[INFO] [stdout] test integration_glob_patterns_with_excludes ... ok
[INFO] [stdout] test integration_nested_directory_structure ... ok
[INFO] [stdout] test integration_multifile_project_all_formats ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/render_test.rs (/opt/rustwide/target/debug/deps/render_test-f49b80009be25446)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test test_comment_format_with_nested_path ... ok
[INFO] [stdout] test test_fence_auto_switches_to_tilde_when_backticks_in_content ... ok
[INFO] [stdout] test test_fence_auto_uses_backtick_by_default ... ok
[INFO] [stdout] test test_fence_preference_tilde ... ok
[INFO] [stdout] test test_heading_format_with_special_characters ... ok
[INFO] [stdout] test test_render_empty_entries ... ok
[INFO] [stdout] test test_fence_preference_backtick ... ok
[INFO] [stdout] test test_fence_increases_length_when_delimiter_in_content ... ok
[INFO] [stdout] test test_render_entry_with_empty_language ... ok
[INFO] [stdout] test test_render_entry_with_trailing_newline ... ok
[INFO] [stdout] test test_fence_handles_very_long_delimiter_sequences ... ok
[INFO] [stdout] test test_render_entry_without_trailing_newline ... ok
[INFO] [stdout] test test_render_multiline_content ... ok
[INFO] [stdout] test test_render_single_entry_comment_format ... ok
[INFO] [stdout] test test_render_multiple_formats_mixed ... ok
[INFO] [stdout] test test_render_entry_without_language ... ok
[INFO] [stdout] test test_render_single_entry_simple_format ... ok
[INFO] [stdout] test test_render_multiple_entries ... ok
[INFO] [stdout] test test_render_single_entry_heading_format ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/utils_test.rs (/opt/rustwide/target/debug/deps/utils_test-ae6ee80298002b97)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test test_is_probably_binary_edge_case ... ok
[INFO] [stdout] test test_is_probably_binary_large_binary ... ok
[INFO] [stdout] test test_is_probably_binary_large_text ... ok
[INFO] [stdout] test test_is_probably_binary_text ... ok
[INFO] [stdout] test test_is_probably_binary_with_many_control_chars ... ok
[INFO] [stdout] test test_is_probably_binary_with_valid_control_chars ... ok
[INFO] [stdout] test test_is_probably_binary_unicode ... ok
[INFO] [stdout] test test_language_for_common_extensions ... ok
[INFO] [stdout] test test_is_probably_binary_with_null_byte ... ok
[INFO] [stdout] test test_language_for_path_by_extension ... ok
[INFO] [stdout] test test_language_for_path_by_filename ... ok
[INFO] [stdout] test test_language_for_path_case_insensitive ... ok
[INFO] [stdout] test test_language_for_config_files ... ok
[INFO] [stdout] test test_language_for_path_nested ... ok
[INFO] [stdout] test test_language_for_path_unknown ... ok
[INFO] [stdout] test test_looks_like_glob_false ... ok
[INFO] [stdout] test test_language_for_path_with_dots ... ok
[INFO] [stdout] test test_language_for_path_filename_lowercase_match ... ok
[INFO] [stdout] test test_relative_to_exact_match ... ok
[INFO] [stdout] test test_relative_to_no_common_prefix ... ok
[INFO] [stdout] test test_relative_to_relative_paths ... ok
[INFO] [stdout] test test_looks_like_glob_true ... ok
[INFO] [stdout] test test_language_for_web_files ... ok
[INFO] [stdout] test test_relative_to_with_base ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests quickctx
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "78e914ad087b790bc31c51f97792b82235bba5c865f77e714b4becf862979989", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78e914ad087b790bc31c51f97792b82235bba5c865f77e714b4becf862979989", kill_on_drop: false }`
[INFO] [stdout] 78e914ad087b790bc31c51f97792b82235bba5c865f77e714b4becf862979989
